﻿2026-07-26T22:34:13.3644552Z ##[group]Run actions/checkout@v5
2026-07-26T22:34:13.3645054Z with:
2026-07-26T22:34:13.3645331Z   fetch-depth: 0
2026-07-26T22:34:13.3645696Z   repository: BigscreenVR/spt-bs-core
2026-07-26T22:34:13.3648425Z   token: ***
2026-07-26T22:34:13.3648711Z   ssh-strict: true
2026-07-26T22:34:13.3649010Z   ssh-user: git
2026-07-26T22:34:13.3649306Z   persist-credentials: true
2026-07-26T22:34:13.3649662Z   clean: true
2026-07-26T22:34:13.3650066Z   sparse-checkout-cone-mode: true
2026-07-26T22:34:13.3650560Z   fetch-tags: false
2026-07-26T22:34:13.3650992Z   show-progress: true
2026-07-26T22:34:13.3651411Z   lfs: false
2026-07-26T22:34:13.3651809Z   submodules: false
2026-07-26T22:34:13.3652214Z   set-safe-directory: true
2026-07-26T22:34:13.3652747Z   allow-unsafe-pr-checkout: false
2026-07-26T22:34:13.3653250Z ##[endgroup]
2026-07-26T22:34:13.5905996Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T22:34:13.5907225Z ##[group]Getting Git version info
2026-07-26T22:34:13.5907744Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T22:34:13.6186317Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T22:34:13.7300923Z git version 2.43.0.windows.1
2026-07-26T22:34:13.7325908Z ##[endgroup]
2026-07-26T22:34:13.7334972Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\52d1685e-f45a-4bad-826a-da81c7ed02d4\.gitconfig'
2026-07-26T22:34:13.7348308Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\52d1685e-f45a-4bad-826a-da81c7ed02d4' before making global git config changes
2026-07-26T22:34:13.7349249Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T22:34:13.7353627Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T22:34:13.8828289Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T22:34:13.9050408Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T22:34:13.9076964Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T22:34:13.9081515Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T22:34:13.9314183Z refs/heads/main
2026-07-26T22:34:13.9338967Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-26T22:34:13.9709570Z HEAD is now at 25c3badc Merge pull request #87 from BigscreenVR/fix/projindex-parallel-counter
2026-07-26T22:34:13.9983319Z ##[endgroup]
2026-07-26T22:34:13.9986073Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T22:34:14.4517071Z ##[group]Cleaning the repository
2026-07-26T22:34:14.4522175Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T22:34:15.8871389Z Removing target/
2026-07-26T22:34:15.8909768Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T22:34:15.9525518Z HEAD is now at 25c3badc Merge pull request #87 from BigscreenVR/fix/projindex-parallel-counter
2026-07-26T22:34:15.9554289Z ##[endgroup]
2026-07-26T22:34:15.9559139Z ##[group]Disabling automatic garbage collection
2026-07-26T22:34:15.9564722Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T22:34:15.9851619Z ##[endgroup]
2026-07-26T22:34:15.9852075Z ##[group]Setting up auth
2026-07-26T22:34:15.9860986Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T22:34:16.0137989Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T22:34:16.4648588Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T22:34:16.4919508Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T22:34:17.0243512Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T22:34:17.0520433Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T22:34:17.5250953Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T22:34:17.6009158Z ##[endgroup]
2026-07-26T22:34:17.6009593Z ##[group]Fetching the repository
2026-07-26T22:34:17.6018549Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +dc0d47b2b5b1f6e8fe9dd7179e145678d2956833:refs/remotes/pull/88/merge
2026-07-26T22:34:20.0179331Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T22:34:20.0179946Z  * [new branch]        fix/readenv-stale-carry                  -> origin/fix/readenv-stale-carry
2026-07-26T22:34:20.0180330Z  * [new ref]           dc0d47b2b5b1f6e8fe9dd7179e145678d2956833 -> pull/88/merge
2026-07-26T22:34:20.0657140Z ##[endgroup]
2026-07-26T22:34:20.0657656Z ##[group]Determining the checkout info
2026-07-26T22:34:20.0657984Z ##[endgroup]
2026-07-26T22:34:20.0666496Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T22:34:20.0982164Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T22:34:20.1237364Z ##[group]Checking out the ref
2026-07-26T22:34:20.1242492Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/88/merge
2026-07-26T22:34:20.2162597Z Previous HEAD position was 25c3badc Merge pull request #87 from BigscreenVR/fix/projindex-parallel-counter
2026-07-26T22:34:20.2163650Z HEAD is now at dc0d47b2 Merge 6b21c6b0666df2e6fb9ec111c89546024c1572a6 into 25c3badce4cb904a4110c1eb24b53726c211ee7a
2026-07-26T22:34:20.2191474Z ##[endgroup]
2026-07-26T22:34:20.2497011Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T22:34:20.2739766Z dc0d47b2b5b1f6e8fe9dd7179e145678d2956833
